GUI Help > Special > getListViewColumnWidth

getListViewColumnWidth
int width=getListViewColumnWidth( handle gadget, int columnIndex)

Description:
Gets the width of a column in a listview gadget. The listview gadget must be in report mode (set using setListViewStyle)

Return Value:
The width of the listview column.

Parameters:
gadget Handle of a listview gadget
columnIndex Index of the column whoose width you wish to get.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)